home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Periodicals / develop / develop 6 code / TCP / NewsWatcher / headers / PrintStuff.h < prev    next >
Encoding:
Text File  |  1991-04-03  |  229 b   |  8 lines  |  [TEXT/MPS ]

  1. Boolean MyPrepProc(THPrint theHPrint);
  2. Boolean MyPageProc(THPrint theHPrint,Rect *drawRect,short pageNum);
  3. void InitPrint(void);
  4. void DoPageSetup(void);
  5. void DoPrint(void);
  6. void CleanUp(void);
  7. OSErr ExecutePrint(THPrint hPrint);
  8.